home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 15993 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  775 b 

  1. Path: service-2.agate.net!usenet
  2. From: ettienne@agate.net (Steve Nutt)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: How to link an external libray in BC 4.0?
  5. Date: Tue, 09 Apr 1996 06:14:43 GMT
  6. Organization: DET
  7. Message-ID: <4kcnru$5rb@service-2.agate.net>
  8. References: <david.leung.3.00094C03@anu.edu.au>
  9. Reply-To: ettienne@agate.net
  10. NNTP-Posting-Host: ettienne.sdi.agate.net
  11. X-Newsreader: Forte Free Agent 1.0.82
  12.  
  13. david.leung@anu.edu.au (David Leung) wrote:
  14.  
  15. >Can anyone tell me how to include a DOS library in the BC 4.0 complier? 
  16. >I have spent some time to mug around the IDE environment, but I can't  figure
  17. >out a way to do it. Many thanks in advance.
  18. >        David Leung.  
  19.  
  20. Add the lib as a node in the target.
  21.  
  22. i.e.
  23.  
  24. * MyProgram.exe
  25.  |-MySourceFile.cpp
  26.  |-MyDOSLib.lib
  27.  
  28. Steve
  29.  
  30.